home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TRADIOINPUT / TRADIOINPUT.txt
Encoding:
Text File  |  1996-04-05  |  1.9 KB  |  101 lines

  1. object RadioInput: TRadioInput
  2.   Left = 319
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Radio Button'
  7.   ClientHeight = 230
  8.   ClientWidth = 330
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 79
  19.     Top = 20
  20.     Width = 50
  21.     Height = 20
  22.     Alignment = taRightJustify
  23.     Caption = 'Name:'
  24.     Font.Color = clBlue
  25.     Font.Height = -17
  26.     Font.Name = 'System'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label3: TLabel
  31.     Left = 21
  32.     Top = 70
  33.     Width = 108
  34.     Height = 20
  35.     Alignment = taRightJustify
  36.     Caption = 'Return Value:'
  37.     Font.Color = clBlue
  38.     Font.Height = -17
  39.     Font.Name = 'System'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Edit1: TEdit
  44.     Left = 136
  45.     Top = 15
  46.     Width = 171
  47.     Height = 30
  48.     Color = clSilver
  49.     Font.Color = clMaroon
  50.     Font.Height = -17
  51.     Font.Name = 'System'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     TabOrder = 0
  55.   end
  56.   object Edit2: TEdit
  57.     Left = 136
  58.     Top = 65
  59.     Width = 171
  60.     Height = 30
  61.     Color = clSilver
  62.     Font.Color = clMaroon
  63.     Font.Height = -17
  64.     Font.Name = 'System'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 1
  68.   end
  69.   object CheckBox1: TCheckBox
  70.     Left = 120
  71.     Top = 120
  72.     Width = 129
  73.     Height = 25
  74.     Caption = 'Checked'
  75.     Font.Color = clBlue
  76.     Font.Height = -17
  77.     Font.Name = 'System'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 2
  81.   end
  82.   object BitBtn1: TBitBtn
  83.     Left = 24
  84.     Top = 168
  85.     Width = 111
  86.     Height = 41
  87.     TabOrder = 3
  88.     OnClick = BitBtn1Click
  89.     Kind = bkOK
  90.   end
  91.   object BitBtn2: TBitBtn
  92.     Left = 200
  93.     Top = 168
  94.     Width = 111
  95.     Height = 41
  96.     TabOrder = 4
  97.     OnClick = BitBtn2Click
  98.     Kind = bkCancel
  99.   end
  100. end
  101.